home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / kernel / Cvsroot / CVSROOT.adm / modules,v < prev    next >
Encoding:
Text File  |  1992-08-04  |  4.6 KB  |  318 lines

  1. head     1.13;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @# @;
  7.  
  8.  
  9. 1.13
  10. date     92.08.04.12.28.26;  author jhh;  state Exp;
  11. branches ;
  12. next     1.12;
  13.  
  14. 1.12
  15. date     92.04.14.21.20.46;  author jhh;  state Exp;
  16. branches ;
  17. next     1.11;
  18.  
  19. 1.11
  20. date     91.11.04.13.44.59;  author jhh;  state Exp;
  21. branches ;
  22. next     1.10;
  23.  
  24. 1.10
  25. date     91.11.04.13.39.35;  author jhh;  state Exp;
  26. branches ;
  27. next     1.9;
  28.  
  29. 1.9
  30. date     91.10.08.14.51.31;  author jhh;  state Exp;
  31. branches ;
  32. next     1.8;
  33.  
  34. 1.8
  35. date     91.10.08.14.48.39;  author jhh;  state Exp;
  36. branches ;
  37. next     1.7;
  38.  
  39. 1.7
  40. date     91.10.08.14.38.34;  author jhh;  state Exp;
  41. branches ;
  42. next     1.6;
  43.  
  44. 1.6
  45. date     91.08.30.17.04.34;  author jhh;  state Exp;
  46. branches ;
  47. next     1.5;
  48.  
  49. 1.5
  50. date     91.08.28.21.56.49;  author jhh;  state Exp;
  51. branches ;
  52. next     1.4;
  53.  
  54. 1.4
  55. date     91.08.20.13.11.31;  author jhh;  state Exp;
  56. branches ;
  57. next     1.3;
  58.  
  59. 1.3
  60. date     91.08.20.13.09.23;  author jhh;  state Exp;
  61. branches ;
  62. next     1.2;
  63.  
  64. 1.2
  65. date     91.08.20.13.07.33;  author jhh;  state Exp;
  66. branches ;
  67. next     1.1;
  68.  
  69. 1.1
  70. date     91.06.24.17.33.04;  author jhh;  state Exp;
  71. branches ;
  72. next     ;
  73.  
  74.  
  75. desc
  76. @@
  77.  
  78.  
  79. 1.13
  80. log
  81. @added fsrecov
  82. @
  83. text
  84. @#
  85. # CVS Modules file for Sprite kernel sources
  86. # $Id: modules,v 1.12 92/04/14 21:20:46 jhh Exp $
  87. #
  88. # Three differnt line formats are valid:
  89. #    key     -a    aliases...
  90. #    key [options] directory
  91. #    key [options] directory files...
  92. #
  93. # Where "options" are composed of:
  94. #    -i prog        Run "prog" on checkin of files
  95. #    -o prog        Run "prog" on "checkout" of files
  96. #    -t prog        Run "prog" on tagging of files
  97. #
  98.  
  99. # Convenient aliases
  100. world        -a .
  101.  
  102. # CVSROOT.adm support
  103. #CVSROOT        -i /local/cmds/mkmodules CVSROOT.adm
  104. #CVSROOT.adm    -i /local/cmds/mkmodules CVSROOT.adm
  105. #modules        -i /local/cmds/mkmodules CVSROOT.adm modules
  106. #loginfo        -i /local/cmds/mkmodules CVSROOT.adm loginfo
  107.  
  108. modules        CVSROOT.adm modules
  109. loginfo        CVSROOT.adm loginfo
  110.  
  111. mach        kernel/mach
  112. dbg        kernel/dbg
  113. dev        kernel/dev
  114. fs        kernel/fs
  115. fscache        kernel/fscache
  116. fsconsist     kernel/fsconsist
  117. fsdm         kernel/fsdm
  118. fsio         kernel/fsio
  119. fslcl        kernel/fslcl
  120. fspdev         kernel/fspdev
  121. fsprefix     kernel/fsprefix
  122. fsrecov        kernel/fsrecov
  123. fsrmt        kernel/fsrmt
  124. fsutil        kernel/fsutil
  125. libc        kernel/libc
  126. lfs        kernel/lfs
  127. main        kernel/main
  128. mem        kernel/mem
  129. net        kernel/net
  130. ofs        kernel/ofs
  131. proc        kernel/proc
  132. prof        kernel/prof
  133. raid        kernel/raid
  134. raid.null    kernel/raid.null
  135. recov        kernel/recov
  136. rpc        kernel/rpc
  137. sched        kernel/sched
  138. sig        kernel/sig
  139. sync        kernel/sync
  140. sys        kernel/sys
  141. timer        kernel/timer
  142. utils        kernel/utils
  143. vm        kernel/vm
  144. zss        kernel/zss
  145.  
  146. # For testing and debugging scvs et al.
  147.  
  148. Test        Test
  149. @
  150.  
  151.  
  152. 1.12
  153. log
  154. @Added zss (Zebra Storage Server).
  155. @
  156. text
  157. @d3 1
  158. a3 1
  159. # $Id: modules,v 1.11 91/11/04 13:44:59 jhh Exp $
  160. d39 1
  161. @
  162.  
  163.  
  164. 1.11
  165. log
  166. @*** empty log message ***
  167. @
  168. text
  169. @d3 1
  170. a3 1
  171. # $Id: modules,v 1.10 91/11/04 13:39:35 jhh Exp Locker: jhh $
  172. d60 1
  173. @
  174.  
  175.  
  176. 1.10
  177. log
  178. @added Test module for testing
  179. @
  180. text
  181. @d3 1
  182. a3 1
  183. # $Id: modules,v 1.9 91/10/08 14:51:31 jhh Exp $
  184. d63 1
  185. a63 1
  186. Test        kernel/Test
  187. @
  188.  
  189.  
  190. 1.9
  191. log
  192. @*** empty log message ***
  193. @
  194. text
  195. @d3 1
  196. a3 1
  197. # $Id: modules,v 1.6 91/08/30 17:04:34 jhh Exp $
  198. d61 3
  199. a63 2
  200. # Testing
  201. timer.test    kernel/timer.test
  202. @
  203.  
  204.  
  205. 1.8
  206. log
  207. @*** empty log message ***
  208. @
  209. text
  210. @d25 2
  211. a26 2
  212. modules        CVSROOT.adm/modules
  213. loginfo        CVSROOT.adm/loginfo
  214. d57 1
  215. a57 1
  216. timer        -i /sprite/lib/scvs/updateInstalled kernel/timer
  217. @
  218.  
  219.  
  220. 1.7
  221. log
  222. @*** empty log message ***
  223. @
  224. text
  225. @d57 1
  226. a57 1
  227. timer        kernel/timer    -i /sprite/lib/scvs/updateInstalled
  228. @
  229.  
  230.  
  231. 1.6
  232. log
  233. @Got rid of mkmodules because it's more trouble than it's worth.
  234. @
  235. text
  236. @d3 1
  237. a3 1
  238. # $Id: modules,v 1.5 91/08/28 21:56:49 jhh Exp $
  239. d25 3
  240. d57 1
  241. a57 1
  242. timer        kernel/timer
  243. @
  244.  
  245.  
  246. 1.5
  247. log
  248. @*** empty log message ***
  249. @
  250. text
  251. @d3 1
  252. a3 1
  253. # $Id: modules,v 1.4 91/08/20 13:11:31 jhh Exp $
  254. d20 4
  255. a23 4
  256. CVSROOT        -i /local/cmds/mkmodules CVSROOT.adm
  257. CVSROOT.adm    -i /local/cmds/mkmodules CVSROOT.adm
  258. modules        -i /local/cmds/mkmodules CVSROOT.adm modules
  259. loginfo        -i /local/cmds/mkmodules CVSROOT.adm loginfo
  260. @
  261.  
  262.  
  263. 1.4
  264. log
  265. @added raid.null
  266. @
  267. text
  268. @d3 1
  269. a3 1
  270. # $Id: modules,v 1.3 91/08/20 13:09:23 jhh Exp $
  271. d58 2
  272. @
  273.  
  274.  
  275. 1.3
  276. log
  277. @More sprite changes.
  278. @
  279. text
  280. @d3 1
  281. a3 1
  282. # $Id: modules,v 1.2 91/08/20 13:07:33 jhh Exp $
  283. d47 1
  284. @
  285.  
  286.  
  287. 1.2
  288. log
  289. @Added kernel modules to module database.
  290.  
  291. @
  292. text
  293. @d2 2
  294. a3 2
  295. # CVS Modules file for Prisma sources
  296. # $Id: modules,v 1.1 91/06/24 17:33:04 jhh Exp $
  297. d20 4
  298. a23 4
  299. CVSROOT        -i /usr/local/bin/mkmodules CVSROOT.adm
  300. CVSROOT.adm    -i /usr/local/bin/mkmodules CVSROOT.adm
  301. modules        -i /usr/local/bin/mkmodules CVSROOT.adm modules
  302. loginfo        -i /usr/local/bin/mkmodules CVSROOT.adm loginfo
  303. @
  304.  
  305.  
  306. 1.1
  307. log
  308. @Initial revision
  309. @
  310. text
  311. @d3 1
  312. a3 1
  313. # $Id: modules,v 1.1 89/08/25 00:00:15 berliner Exp $
  314. a17 1
  315. kernel        -a sys lang/adb sparcsim
  316. d24 32
  317. @
  318.